.swiper-mobile {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 61%;
  border-radius: 10px;
}

.swiper-mobile .swiper {
  width: 100%;
  border-radius: 5px;
  background-color: #ddd;
  overflow: hidden;
}

.swiper-mobile .swiper .swiper-pagination {
  text-align: right;
  padding-right: 1.3rem;
  bottom: 5%;
}

.swiper-mobile .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background-color: #afb3ac;
  opacity: 0.6;
}

.swiper-mobile .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}

.swiper-mobile .swiper .swiper-slide a {
  display: block;
  height: 0;
  padding-top: 73.2%;
  overflow: hidden;
}

.swiper-mobile .swiper .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  min-width: 100%;
}

.swiper-mobile .swiper .swiper-slide .swiper-slide__title {
  position: absolute;
  bottom: 5%;
  color: #fff;
  left: 10px;
}

.swiper-mobile .swiper .swiper-slide .swiper-slide__info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.swiper-mobile .swiper .swiper-slide .swiper-slide__info > * {
  display: block;
  position: relative;
  text-align: center;
}

.swiper-mobile .swiper .swiper-slide .swiper-slide__info .swiper-slide__title {
  font-size: 1.6rem;
  bottom: 0;
  left: 0;
}

.swiper-mobile .swiper .swiper-slide .swiper-slide__info .swiper-slide__author {
  font-size: 1.2rem;
}

.swiper-mobile .swiper .swiper-slide--jinrihaoshi a {
  display: block;
  height: 0;
  padding-top: 68%;
}

.swiper-mobile .swiper .swiper-slide--jinrihaoshi a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  min-width: 100%;
}

.swiper-mobile .swiper .swiper-slide__everyicon {
  position: absolute;
  top: 0;
  left: 0;
}

.index-swiper.swiper-mobile {
  padding-bottom: 61%;
}

.index-swiper.swiper-mobile .swiper .swiper-slide a {
  padding-top: 61%;
}

.index-swiper.swiper-mobile .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  text-align: center;
  right: 0;
}

.index-swiper.swiper-mobile .swiper .swiper-slide .swiper-slide__title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.mbox {
  padding: 1.3rem 0;
}

.mbox:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.mbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mbox .mbox-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mbox .mbox-info__title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.mbox .mbox-info__oper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}

.mbox .mbox-info__tag {
  margin-right: 1rem;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  background-color: #b2242d;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
}

.mbox .mbox-info__btn {
  margin-right: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mbox .mbox-info__btn .iconfont {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #bfbfbf;
}

.mbox .mbox-info__btn .icon-liulan {
  font-size: 2rem;
}

.mbox .mbox-info__btn--num {
  font-size: 0.9rem;
  color: #5e5e5e;
  margin-left: 5px;
}

.mbox .mbox-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  margin-left: 1.2rem;
  border-radius: 5px;
  overflow: hidden;
}

.mbox .mbox-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mbox.mbox-1 .mbox-img {
  position: relative;
  padding-top: calc( 33% * 3 / 4);
  height: 0;
  background-color: #ddd;
}

.mbox.mbox-1 .mbox-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mbox.mbox-2 a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mbox.mbox-2 .mbox-img {
  width: 100%;
  margin-left: 0;
  margin-top: 1.2rem;
  position: relative;
  padding-top: calc( 100% * 3 / 4);
  height: 0;
  background-color: #ddd;
}

.mbox.mbox-3 a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mbox.mbox-3 .mbox-img {
  width: 100%;
  margin-left: 0;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0;
}

.mbox.mbox-3 .mbox-img__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  border-radius: 5px;
  overflow: hidden;
  height: 0;
  padding-top: calc(33% * 3 / 4);
  position: relative;
  background-color: #ddd;
}

.mbox.mbox-4 a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mbox.mbox-4 .mbox-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mbox.mbox-4 .mbox-img {
  margin-left: 0;
  position: relative;
  padding-top: calc( 33% * 3 / 4);
  height: 0;
  background-color: #ddd;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.mbox.mbox-4 .mbox-img.square {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-top: 25%;
}

.mbox.mbox-4 .mbox-info {
  margin-left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.mbox.mbox-4 .mbox-info__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #7a7a7a;
  overflow: hidden;
}

.mbox.mbox-5 a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mbox.mbox-5 .mbox-img {
  margin-left: 0;
  position: relative;
  padding-top: calc( 33% * 3 / 4);
  height: 0;
  background-color: #ddd;
}

.mbox.mbox-5 .mbox-info {
  margin-left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mbox.mbox-5 .mbox-info__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #7a7a7a;
  overflow: hidden;
}

.mbox.mbox-6 a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mbox.mbox-6 .mbox-img {
  margin-left: 0;
  position: relative;
  padding-top: calc( 33% * 3 / 4);
  height: 0;
  background-color: #ddd;
}

.mbox.mbox-6 .mbox-img img {
  width: 100%;
  height: 100%;
}

.mbox.mbox-6 .mbox-info {
  margin-left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mbox.mbox-7 a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mbox.mbox-7 .mbox-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-left: 0;
  position: relative;
  padding-top: 25%;
  height: 0;
  background-color: #ddd;
}

.mbox.mbox-7 .mbox-img img {
  width: 100%;
  height: 100%;
}

.mbox.mbox-7 .mbox-info {
  margin-left: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mbox.mbox-7 .mbox-info .mbox-info__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #7a7a7a;
  overflow: hidden;
}

.mbox.mbox-text .mbox-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mbox.mbox-text .mbox-info__oper {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10rem;
          flex: 0 0 10rem;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mbox.mbox-text .mbox-info__tag {
  margin-right: 0;
  background: #aaa;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  border-radius: 1rem;
}

.mbox.mbox-text .mbox-info__tag span {
  display: inline-block;
  padding: 0.4rem 1rem;
}

.mbox.mbox-footer dl {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #373737;
  font-weight: normal;
  font-size: 1.5rem;
}

.mbox.mbox-footer dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6.8rem;
          flex: 0 0 6.8rem;
  font-weight: normal;
  line-height: 36px;
}

.mbox.mbox-footer dl dd ul {
  overflow: hidden;
  line-height: 2;
}

.mbox.mbox-footer dl dd ul li {
  float: left;
  width: 50%;
}

.mbox.mbox-footer .mbox-footer__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  position: relative;
}

.mbox.mbox-footer .mbox-footer__tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
  background-color: #363a42;
  color: #a7a9ad;
}

.mbox.mbox-footer .mbox-footer__tab::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}

.mbox.mbox-footer .mbox-footer__right {
  margin-top: 1rem;
  line-height: 2;
}

.m-part__banner {
  height: 0;
  overflow: hidden;
  margin-top: 1.5rem;
  border-radius: 5px;
  width: 100%;
  padding-top: 17.5%;
  position: relative;
}

.m-part__banner img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.m-part__banner > span + div {
  position: absolute !important;
  width: 100% !important;
  top: 0;
  left: 0;
  height: 0 !important;
  padding-top: 17.5%;
  overflow: hidden;
}

.m-part__oper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
  border-bottom: 5px solid #eee;
}

.m-btn--more {
  font-size: 1.2rem;
  color: #373737;
  padding: 1.1rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.m-option-block {
  border-top: 15px solid #f2f2f2;
  margin: 0 -15px;
  padding: 0 15px;
}

.m-option-block .m-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #373737;
  padding: 1.1rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-option-block .m-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  border-bottom: 1px solid #e4e4e4;
}

.m-option-block .m-option .m-option_button {
  font-size: 1.2rem;
  color: #373737;
  padding: 1.1rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-option-block .m-option .m-option_button span {
  margin: 0 25px;
}

.m-content-block {
  background-color: #f1f1f1;
  margin: 10px 15px;
  border-radius: 5px;
  overflow: auto;
  position: absolute;
  bottom: 64px;
  top: 50px;
  left: 0;
  width: calc(100% - 30px);
}

.m-content-line-input {
  border-bottom: 1px solid #e4e4e4;
}

.m-content-line-input input {
  border: 0;
  background-color: #fff !important;
}

.m-content-line-input label {
  line-height: 34px;
}

.m-content-line-input:last-child {
  border: 0;
}

.m-content-bottom-button {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background-color: #fff;
  padding: 15px 15px;
}
